IIoModule.ReadInputBool method

Reads a bit from an input of a real or simulated I/O module.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool ReadInputBool(
       int bitOffset
)
Function ReadInputBool(
       bitOffset As Integer
) As Boolean

Parameters

bitOffset

Type: int

Specifies a bit offset to the location to read. The max offset is determined by the IIoModule.InputLength property.

Return value

Type: bool

See also

IIoModule Interface

IntervalZero.KINGSTAR.Base.Class Namespace